3.128 \(\int \frac {\sin ^5(e+f x)}{(a+b \tan ^2(e+f x))^{3/2}} \, dx\)

Optimal. Leaf size=199 \[ -\frac {2 b \left (15 a^2+10 a b-b^2\right ) \sec (e+f x)}{15 f (a-b)^4 \sqrt {a+b \sec ^2(e+f x)-b}}-\frac {\left (15 a^2+10 a b-b^2\right ) \cos (e+f x)}{15 f (a-b)^3 \sqrt {a+b \sec ^2(e+f x)-b}}-\frac {\cos ^5(e+f x)}{5 f (a-b) \sqrt {a+b \sec ^2(e+f x)-b}}+\frac {2 (5 a-2 b) \cos ^3(e+f x)}{15 f (a-b)^2 \sqrt {a+b \sec ^2(e+f x)-b}} \]

[Out]

-1/15*(15*a^2+10*a*b-b^2)*cos(f*x+e)/(a-b)^3/f/(a-b+b*sec(f*x+e)^2)^(1/2)+2/15*(5*a-2*b)*cos(f*x+e)^3/(a-b)^2/
f/(a-b+b*sec(f*x+e)^2)^(1/2)-1/5*cos(f*x+e)^5/(a-b)/f/(a-b+b*sec(f*x+e)^2)^(1/2)-2/15*b*(15*a^2+10*a*b-b^2)*se
c(f*x+e)/(a-b)^4/f/(a-b+b*sec(f*x+e)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.19, antiderivative size = 199, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {3664, 462, 453, 271, 191} \[ -\frac {2 b \left (15 a^2+10 a b-b^2\right ) \sec (e+f x)}{15 f (a-b)^4 \sqrt {a+b \sec ^2(e+f x)-b}}-\frac {\left (15 a^2+10 a b-b^2\right ) \cos (e+f x)}{15 f (a-b)^3 \sqrt {a+b \sec ^2(e+f x)-b}}-\frac {\cos ^5(e+f x)}{5 f (a-b) \sqrt {a+b \sec ^2(e+f x)-b}}+\frac {2 (5 a-2 b) \cos ^3(e+f x)}{15 f (a-b)^2 \sqrt {a+b \sec ^2(e+f x)-b}} \]

Antiderivative was successfully verified.

[In]

Int[Sin[e + f*x]^5/(a + b*Tan[e + f*x]^2)^(3/2),x]

[Out]

-((15*a^2 + 10*a*b - b^2)*Cos[e + f*x])/(15*(a - b)^3*f*Sqrt[a - b + b*Sec[e + f*x]^2]) + (2*(5*a - 2*b)*Cos[e
 + f*x]^3)/(15*(a - b)^2*f*Sqrt[a - b + b*Sec[e + f*x]^2]) - Cos[e + f*x]^5/(5*(a - b)*f*Sqrt[a - b + b*Sec[e
+ f*x]^2]) - (2*b*(15*a^2 + 10*a*b - b^2)*Sec[e + f*x])/(15*(a - b)^4*f*Sqrt[a - b + b*Sec[e + f*x]^2])

Rule 191

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x*(a + b*x^n)^(p + 1))/a, x] /; FreeQ[{a, b, n, p}, x] &
& EqQ[1/n + p + 1, 0]

Rule 271

Int[(x_)^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x^(m + 1)*(a + b*x^n)^(p + 1))/(a*(m + 1)), x]
 - Dist[(b*(m + n*(p + 1) + 1))/(a*(m + 1)), Int[x^(m + n)*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, m, n, p}, x]
&& ILtQ[Simplify[(m + 1)/n + p + 1], 0] && NeQ[m, -1]

Rule 453

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(c*(e*x)^(m
+ 1)*(a + b*x^n)^(p + 1))/(a*e*(m + 1)), x] + Dist[(a*d*(m + 1) - b*c*(m + n*(p + 1) + 1))/(a*e^n*(m + 1)), In
t[(e*x)^(m + n)*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, c, d, e, p}, x] && NeQ[b*c - a*d, 0] && (IntegerQ[n] ||
GtQ[e, 0]) && ((GtQ[n, 0] && LtQ[m, -1]) || (LtQ[n, 0] && GtQ[m + n, -1])) &&  !ILtQ[p, -1]

Rule 462

Int[((e_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^2, x_Symbol] :> Simp[(c^2*(e*x)^(
m + 1)*(a + b*x^n)^(p + 1))/(a*e*(m + 1)), x] - Dist[1/(a*e^n*(m + 1)), Int[(e*x)^(m + n)*(a + b*x^n)^p*Simp[b
*c^2*n*(p + 1) + c*(b*c - 2*a*d)*(m + 1) - a*(m + 1)*d^2*x^n, x], x], x] /; FreeQ[{a, b, c, d, e, p}, x] && Ne
Q[b*c - a*d, 0] && IGtQ[n, 0] && LtQ[m, -1] && GtQ[n, 0]

Rule 3664

Int[sin[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = Free
Factors[Sec[e + f*x], x]}, Dist[1/(f*ff^m), Subst[Int[((-1 + ff^2*x^2)^((m - 1)/2)*(a - b + b*ff^2*x^2)^p)/x^(
m + 1), x], x, Sec[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \frac {\sin ^5(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{3/2}} \, dx &=\frac {\operatorname {Subst}\left (\int \frac {\left (-1+x^2\right )^2}{x^6 \left (a-b+b x^2\right )^{3/2}} \, dx,x,\sec (e+f x)\right )}{f}\\ &=-\frac {\cos ^5(e+f x)}{5 (a-b) f \sqrt {a-b+b \sec ^2(e+f x)}}+\frac {\operatorname {Subst}\left (\int \frac {-2 (5 a-2 b)+5 (a-b) x^2}{x^4 \left (a-b+b x^2\right )^{3/2}} \, dx,x,\sec (e+f x)\right )}{5 (a-b) f}\\ &=\frac {2 (5 a-2 b) \cos ^3(e+f x)}{15 (a-b)^2 f \sqrt {a-b+b \sec ^2(e+f x)}}-\frac {\cos ^5(e+f x)}{5 (a-b) f \sqrt {a-b+b \sec ^2(e+f x)}}+\frac {\left (15 a^2+10 a b-b^2\right ) \operatorname {Subst}\left (\int \frac {1}{x^2 \left (a-b+b x^2\right )^{3/2}} \, dx,x,\sec (e+f x)\right )}{15 (a-b)^2 f}\\ &=-\frac {\left (15 a^2+10 a b-b^2\right ) \cos (e+f x)}{15 (a-b)^3 f \sqrt {a-b+b \sec ^2(e+f x)}}+\frac {2 (5 a-2 b) \cos ^3(e+f x)}{15 (a-b)^2 f \sqrt {a-b+b \sec ^2(e+f x)}}-\frac {\cos ^5(e+f x)}{5 (a-b) f \sqrt {a-b+b \sec ^2(e+f x)}}-\frac {\left (2 b \left (15 a^2+10 a b-b^2\right )\right ) \operatorname {Subst}\left (\int \frac {1}{\left (a-b+b x^2\right )^{3/2}} \, dx,x,\sec (e+f x)\right )}{15 (a-b)^3 f}\\ &=-\frac {\left (15 a^2+10 a b-b^2\right ) \cos (e+f x)}{15 (a-b)^3 f \sqrt {a-b+b \sec ^2(e+f x)}}+\frac {2 (5 a-2 b) \cos ^3(e+f x)}{15 (a-b)^2 f \sqrt {a-b+b \sec ^2(e+f x)}}-\frac {\cos ^5(e+f x)}{5 (a-b) f \sqrt {a-b+b \sec ^2(e+f x)}}-\frac {2 b \left (15 a^2+10 a b-b^2\right ) \sec (e+f x)}{15 (a-b)^4 f \sqrt {a-b+b \sec ^2(e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.94, size = 186, normalized size = 0.93 \[ -\frac {\sec (e+f x) \left (3 a^3 \cos (6 (e+f x))+150 a^3-9 a^2 b \cos (6 (e+f x))+1078 a^2 b+\left (125 a^3+169 a^2 b-329 a b^2+35 b^3\right ) \cos (2 (e+f x))+9 a b^2 \cos (6 (e+f x))+338 a b^2-2 (a-b)^2 (11 a+b) \cos (4 (e+f x))-3 b^3 \cos (6 (e+f x))-30 b^3\right )}{240 \sqrt {2} f (a-b)^4 \sqrt {\sec ^2(e+f x) ((a-b) \cos (2 (e+f x))+a+b)}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sin[e + f*x]^5/(a + b*Tan[e + f*x]^2)^(3/2),x]

[Out]

-1/240*((150*a^3 + 1078*a^2*b + 338*a*b^2 - 30*b^3 + (125*a^3 + 169*a^2*b - 329*a*b^2 + 35*b^3)*Cos[2*(e + f*x
)] - 2*(a - b)^2*(11*a + b)*Cos[4*(e + f*x)] + 3*a^3*Cos[6*(e + f*x)] - 9*a^2*b*Cos[6*(e + f*x)] + 9*a*b^2*Cos
[6*(e + f*x)] - 3*b^3*Cos[6*(e + f*x)])*Sec[e + f*x])/(Sqrt[2]*(a - b)^4*f*Sqrt[(a + b + (a - b)*Cos[2*(e + f*
x)])*Sec[e + f*x]^2])

________________________________________________________________________________________

fricas [A]  time = 0.65, size = 233, normalized size = 1.17 \[ -\frac {{\left (3 \, {\left (a^{3} - 3 \, a^{2} b + 3 \, a b^{2} - b^{3}\right )} \cos \left (f x + e\right )^{7} - 2 \, {\left (5 \, a^{3} - 12 \, a^{2} b + 9 \, a b^{2} - 2 \, b^{3}\right )} \cos \left (f x + e\right )^{5} + {\left (15 \, a^{3} - 5 \, a^{2} b - 11 \, a b^{2} + b^{3}\right )} \cos \left (f x + e\right )^{3} + 2 \, {\left (15 \, a^{2} b + 10 \, a b^{2} - b^{3}\right )} \cos \left (f x + e\right )\right )} \sqrt {\frac {{\left (a - b\right )} \cos \left (f x + e\right )^{2} + b}{\cos \left (f x + e\right )^{2}}}}{15 \, {\left ({\left (a^{5} - 5 \, a^{4} b + 10 \, a^{3} b^{2} - 10 \, a^{2} b^{3} + 5 \, a b^{4} - b^{5}\right )} f \cos \left (f x + e\right )^{2} + {\left (a^{4} b - 4 \, a^{3} b^{2} + 6 \, a^{2} b^{3} - 4 \, a b^{4} + b^{5}\right )} f\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(f*x+e)^5/(a+b*tan(f*x+e)^2)^(3/2),x, algorithm="fricas")

[Out]

-1/15*(3*(a^3 - 3*a^2*b + 3*a*b^2 - b^3)*cos(f*x + e)^7 - 2*(5*a^3 - 12*a^2*b + 9*a*b^2 - 2*b^3)*cos(f*x + e)^
5 + (15*a^3 - 5*a^2*b - 11*a*b^2 + b^3)*cos(f*x + e)^3 + 2*(15*a^2*b + 10*a*b^2 - b^3)*cos(f*x + e))*sqrt(((a
- b)*cos(f*x + e)^2 + b)/cos(f*x + e)^2)/((a^5 - 5*a^4*b + 10*a^3*b^2 - 10*a^2*b^3 + 5*a*b^4 - b^5)*f*cos(f*x
+ e)^2 + (a^4*b - 4*a^3*b^2 + 6*a^2*b^3 - 4*a*b^4 + b^5)*f)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(f*x+e)^5/(a+b*tan(f*x+e)^2)^(3/2),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError >> Unable to parse Giac output: Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)2/f*(2*(-(-4*a^2*b^5*sign(tan((f*x+exp(1))/2)^2-1)+12*a^3*b^4*
sign(tan((f*x+exp(1))/2)^2-1)-12*a^4*b^3*sign(tan((f*x+exp(1))/2)^2-1)+4*a^5*b^2*sign(tan((f*x+exp(1))/2)^2-1)
)/(16*b^8-112*a*b^7+336*a^2*b^6-560*a^3*b^5+560*a^4*b^4-336*a^5*b^3+112*a^6*b^2-16*a^7*b)-tan((f*x+exp(1))/2)^
2*(-4*a^2*b^5*sign(tan((f*x+exp(1))/2)^2-1)+12*a^3*b^4*sign(tan((f*x+exp(1))/2)^2-1)-12*a^4*b^3*sign(tan((f*x+
exp(1))/2)^2-1)+4*a^5*b^2*sign(tan((f*x+exp(1))/2)^2-1))/(16*b^8-112*a*b^7+336*a^2*b^6-560*a^3*b^5+560*a^4*b^4
-336*a^5*b^3+112*a^6*b^2-16*a^7*b))/sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1)
)/2)^2+a)+2*(15*a*b*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b
*tan((f*x+exp(1))/2)^2+a))^9+60*sqrt(a)*b^2*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*t
an((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^8-165*sqrt(a)*a*b*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*ta
n((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^8+320*a^3*(-sqrt(a)*tan((f*x+exp(1
))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^7-80*b^3*(-sqrt(a
)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^7
+480*a*b^2*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x
+exp(1))/2)^2+a))^7-420*a^2*b*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1)
)/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^7+640*sqrt(a)*a^3*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))
/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^6-160*sqrt(a)*b^3*(-sqrt(a)*tan((f*x+exp(1))/2)^
2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^6-900*sqrt(a)*a^2*b*(-s
qrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+
a))^6-832*a^4*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((
f*x+exp(1))/2)^2+a))^5+128*b^4*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1
))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^5-272*a*b^3*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4
-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^5+1728*a^2*b^2*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a
*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^5-542*a^3*b*(-sqrt(a)*tan((f*x+
exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^5+2880*a^6*(
-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^
2+a))-2560*sqrt(a)*a^4*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+
4*b*tan((f*x+exp(1))/2)^2+a))^4+7680*a*b^5*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*ta
n((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))-31360*a^2*b^4*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*
x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))+39120*a^3*b^3*(-sqrt(a)*tan((f*x+exp(1)
)/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))-13440*a^4*b^2*(-sq
rt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a
))-4985*a^5*b*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((
f*x+exp(1))/2)^2+a))+2240*sqrt(a)*b^4*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*
x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^4-8480*sqrt(a)*a*b^3*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((
f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^4+5880*sqrt(a)*a^2*b^2*(-sqrt(a)*tan(
(f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^4+3130*
sqrt(a)*a^3*b*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((
f*x+exp(1))/2)^2+a))^4-320*a^5*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1
))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^3-1280*b^5*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-
2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^3+7680*a*b^4*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*ta
n((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^3-8560*a^2*b^3*(-sqrt(a)*tan((f*x+
exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^3-2080*a^3*b
^2*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))
/2)^2+a))^3+4140*a^4*b*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+
4*b*tan((f*x+exp(1))/2)^2+a))^3+3200*sqrt(a)*a^5*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-
2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^2-8320*sqrt(a)*a*b^4*(-sqrt(a)*tan((f*x+exp(1))/2)^2+s
qrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^2+23200*sqrt(a)*a^2*b^3*(-
sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2
+a))^2-15840*sqrt(a)*a^3*b^2*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))
/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^2-1940*sqrt(a)*a^4*b*(-sqrt(a)*tan((f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1
))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^2+768*sqrt(a)*a^6+6400*sqrt(a)*a*b^5-17472*sqr
t(a)*a^2*b^4+15648*sqrt(a)*a^3*b^3-3412*sqrt(a)*a^4*b^2-1917*sqrt(a)*a^5*b)/(-2*sqrt(a)*(-sqrt(a)*tan((f*x+exp
(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))+(-sqrt(a)*tan((
f*x+exp(1))/2)^2+sqrt(a*tan((f*x+exp(1))/2)^4-2*a*tan((f*x+exp(1))/2)^2+4*b*tan((f*x+exp(1))/2)^2+a))^2-3*a+4*
b)^5/(-15*a^3*sign(tan((f*x+exp(1))/2)^2-1)+15*b^3*sign(tan((f*x+exp(1))/2)^2-1)-45*a*b^2*sign(tan((f*x+exp(1)
)/2)^2-1)+45*a^2*b*sign(tan((f*x+exp(1))/2)^2-1)))

________________________________________________________________________________________

maple [B]  time = 7.05, size = 67748, normalized size = 340.44 \[ \text {output too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(f*x+e)^5/(a+b*tan(f*x+e)^2)^(3/2),x)

[Out]

result too large to display

________________________________________________________________________________________

maxima [B]  time = 0.51, size = 389, normalized size = 1.95 \[ -\frac {\frac {15 \, b^{3}}{{\left (a^{4} - 4 \, a^{3} b + 6 \, a^{2} b^{2} - 4 \, a b^{3} + b^{4}\right )} \sqrt {a - b + \frac {b}{\cos \left (f x + e\right )^{2}}} \cos \left (f x + e\right )} + \frac {15 \, \sqrt {a - b + \frac {b}{\cos \left (f x + e\right )^{2}}} \cos \left (f x + e\right )}{a^{2} - 2 \, a b + b^{2}} + \frac {3 \, {\left ({\left (a - b + \frac {b}{\cos \left (f x + e\right )^{2}}\right )}^{\frac {5}{2}} \cos \left (f x + e\right )^{5} - 5 \, {\left (a - b + \frac {b}{\cos \left (f x + e\right )^{2}}\right )}^{\frac {3}{2}} b \cos \left (f x + e\right )^{3} + 15 \, \sqrt {a - b + \frac {b}{\cos \left (f x + e\right )^{2}}} b^{2} \cos \left (f x + e\right )\right )}}{a^{4} - 4 \, a^{3} b + 6 \, a^{2} b^{2} - 4 \, a b^{3} + b^{4}} - \frac {10 \, {\left ({\left (a - b + \frac {b}{\cos \left (f x + e\right )^{2}}\right )}^{\frac {3}{2}} \cos \left (f x + e\right )^{3} - 6 \, \sqrt {a - b + \frac {b}{\cos \left (f x + e\right )^{2}}} b \cos \left (f x + e\right )\right )}}{a^{3} - 3 \, a^{2} b + 3 \, a b^{2} - b^{3}} + \frac {30 \, b^{2}}{{\left (a^{3} - 3 \, a^{2} b + 3 \, a b^{2} - b^{3}\right )} \sqrt {a - b + \frac {b}{\cos \left (f x + e\right )^{2}}} \cos \left (f x + e\right )} + \frac {15 \, b}{{\left (a^{2} - 2 \, a b + b^{2}\right )} \sqrt {a - b + \frac {b}{\cos \left (f x + e\right )^{2}}} \cos \left (f x + e\right )}}{15 \, f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(f*x+e)^5/(a+b*tan(f*x+e)^2)^(3/2),x, algorithm="maxima")

[Out]

-1/15*(15*b^3/((a^4 - 4*a^3*b + 6*a^2*b^2 - 4*a*b^3 + b^4)*sqrt(a - b + b/cos(f*x + e)^2)*cos(f*x + e)) + 15*s
qrt(a - b + b/cos(f*x + e)^2)*cos(f*x + e)/(a^2 - 2*a*b + b^2) + 3*((a - b + b/cos(f*x + e)^2)^(5/2)*cos(f*x +
 e)^5 - 5*(a - b + b/cos(f*x + e)^2)^(3/2)*b*cos(f*x + e)^3 + 15*sqrt(a - b + b/cos(f*x + e)^2)*b^2*cos(f*x +
e))/(a^4 - 4*a^3*b + 6*a^2*b^2 - 4*a*b^3 + b^4) - 10*((a - b + b/cos(f*x + e)^2)^(3/2)*cos(f*x + e)^3 - 6*sqrt
(a - b + b/cos(f*x + e)^2)*b*cos(f*x + e))/(a^3 - 3*a^2*b + 3*a*b^2 - b^3) + 30*b^2/((a^3 - 3*a^2*b + 3*a*b^2
- b^3)*sqrt(a - b + b/cos(f*x + e)^2)*cos(f*x + e)) + 15*b/((a^2 - 2*a*b + b^2)*sqrt(a - b + b/cos(f*x + e)^2)
*cos(f*x + e)))/f

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {{\sin \left (e+f\,x\right )}^5}{{\left (b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a\right )}^{3/2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(e + f*x)^5/(a + b*tan(e + f*x)^2)^(3/2),x)

[Out]

int(sin(e + f*x)^5/(a + b*tan(e + f*x)^2)^(3/2), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(f*x+e)**5/(a+b*tan(f*x+e)**2)**(3/2),x)

[Out]

Timed out

________________________________________________________________________________________